SnippetsConstants for numeric limits

Snippets

Base64StringEncoderConstants for numeric limitsDelayMicroSecondsElapsedTimeMD5ModuloRandomFloat

Constants for numeric limits

#PB_ByteMin       = -128
#PB_ByteMax       =  127

#PB_WordMin       = -$8000
#PB_WordMax       =  $7FFF

#PB_LongMin       = -$80000000
#PB_LongMax       =  $7FFFFFFF

#PB_QuadMin       = -$8000000000000000
#PB_QuadMax       =  $7FFFFFFFFFFFFFFF

#PB_FloatMax      = 3.4028234663852886e38
#PB_FloatMin      = 1.1754943508222875e-38 ; (normalized)
#PB_FloatLow      = 1.4012984643248171e-45 ; (denormalized)
#PB_FloatEpsilon  = 1.1920928955078125e-7

#PB_DoubleMax     = 1.7976931348623157081e308
#PB_DoubleMin     = 2.2250738585072013831e-308 ; (normalized)
#PB_DoubleLow     = 4.9406564584124654418e-324 ; (denormalized)
#PB_DoubleEpsilon = 2.2204460492503130808e-16
Union Bytes | Login